home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Utilities / Commodities / ScreenTab / Catalogs / PlugIns / SysTools.cd < prev    next >
Encoding:
Text File  |  1997-03-17  |  463 b   |  27 lines

  1. #language english
  2. #version 0
  3. ; Translation-File for PlugIn-Module SysTools
  4. ;
  5. DESCRIPTION (1//)
  6. Does some useful system operations.
  7. ;
  8. PARAMETER (//)
  9. RESET/S   - resets your Amiga\n\
  10. CONFIRM/S - asks the user for confirmation\n\
  11. FLUSH/S   - flushes the memory
  12. ;
  13. REBOOT_QUESTION (//)
  14. Do you really want to reboot ?
  15. ;
  16. REBOOT_ANSWER (//)
  17. Yes|No
  18. ;
  19. IF_RESET (//)
  20. Reset the computer
  21. ;
  22. IF_CONFIRMATION (//)
  23. Ask the user for confirmation
  24. ;
  25. IF_FLUSHMEMORY (//)
  26. Flush memory
  27.